var encoding/xml.attrType

3 uses

	encoding/xml (current package)
		marshal.go#L659: 	if val.Type() == attrType {
		read.go#L306: 	if val.Type() == attrType {
		read.go#L314: var attrType = reflect.TypeFor[Attr]()